|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.webservices.configurations.WebServiceConfiguration
public class WebServiceConfiguration
A configuration for a web service connection factory.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.webservices.configurations.WebServiceConstants |
|---|
NAME_ENDPOINT, NAME_INPUT, NAME_LOCATOR, NAME_MAPPING, NAME_NAME, NAME_OPERATION, NAME_PORT, NAME_RESULT_CARDINALITY, NAME_RESULT_NAME, NAME_RESULT_TYPE, NAME_TYPE, NAME_VALUE, NAME_WEB_SERVICE, NAMESPACE_URI |
| Constructor Summary | |
|---|---|
WebServiceConfiguration()
Creates a new DatabaseConfiguration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEndpoint(java.lang.String port)
Returns the endpoint to connect to. |
java.lang.String |
getName()
Returns the name of this configuration. |
java.lang.String[] |
getPorts()
Returns the configured ports. |
void |
load(org.w3c.dom.Element configurationElement)
Loads the configuration information from the specified XML element. |
void |
save(org.w3c.dom.Element configurationElement)
Saves the configuration information into the supplied XML element. |
void |
setEndpoint(java.lang.String port,
java.lang.String endpoint)
Sets the endpoint to connect to. |
void |
setName(java.lang.String name)
Sets the name of this configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceConfiguration()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of this configuration.public java.lang.String[] getPorts()
public java.lang.String getEndpoint(java.lang.String port)
port - The port to return the endpoint for.
public void setEndpoint(java.lang.String port,
java.lang.String endpoint)
port - The port to set the endpoint for.endpoint - The endpoint to connect to.public void load(org.w3c.dom.Element configurationElement)
IConfiguration
load in interface IConfigurationconfigurationElement - The element to load the configuration from.public void save(org.w3c.dom.Element configurationElement)
IConfiguration
save in interface IConfigurationconfigurationElement - The element to save the configuration to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||